docs: improve the documentation of GtkEntry:attributes
authorSébastien Wilmet <swilmet@gnome.org>
Fri, 25 Nov 2016 19:08:00 +0000 (20:08 +0100)
committerSébastien Wilmet <swilmet@gnome.org>
Wed, 4 Jan 2017 18:56:30 +0000 (19:56 +0100)
commit88699f588d8e04696d04e6fdd1a73fd288521431
treed6c0f19cb854ff372161bacef60a7a8c9bf0135d
parenta001ddf7bf854d567ed123aa029590f0f43c2aa9
docs: improve the documentation of GtkEntry:attributes

See the implementation of gtk_entry_create_layout():
pango_attr_list_splice() is used to add the PangoAttrList of the preedit
string. And that is done *after* applying the PangoAttrList of the
"attributes" property.

https://bugzilla.gnome.org/show_bug.cgi?id=776868
gtk/gtkentry.c